home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / SAMP023.RDR < prev    next >
Text File  |  1994-06-18  |  880b  |  29 lines

  1. * External textures.
  2. *   In the dxf file the color numbers assigned to the balls are assigned a
  3. *   different external texture. The textures come from the included files
  4. *   which are part of POV's standard library of textures.
  5. *   ("colors.inc" and "textures.inc" in \povray\include. Also try "stones.inc".)
  6.  
  7. global
  8.     sky cloudy
  9.     floor tiles
  10.  
  11. insert before_textures begin_insert
  12. #include "rshapes.inc"
  13. #include "colors.inc"
  14. #include "textures.inc"
  15. end_insert
  16.  
  17. texture red external_texture Red_Marble
  18. texture 2 external_texture PinkAlabaster
  19. texture 3 external_texture Jade
  20. texture 4 external_texture DMFWood1
  21. texture blue external_texture Blue_Agate
  22. texture 6 external_texture DMFWood4
  23. texture 7 external_texture White_Marble
  24. texture orange external_texture Blood_Marble
  25.  
  26.  
  27. * The other unneeded blocks are left out
  28. block ELLIPS external Ellipsoid
  29.